home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 March / PCgo 2008-03 (CD).iso / interface / styles / overviewNEW.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-12-05  |  1.4 KB  |  86 lines

  1. body {
  2.     margin: 0 0 0 0;
  3.     padding: 0 0 0 0;
  4.     font-family: verdana, arial, helvetica, sans-serif;
  5.     background-color: transparent;
  6. }
  7.  
  8. .contentPadding {
  9.     margin: 20px;
  10. }
  11.  
  12. table.overviewItem {
  13.     border-bottom: solid 0px #C1C1C1;
  14. }
  15.  
  16. table.overviewItem td.overviewItemImage {
  17.     border: solid 1px #C1C1C1;
  18.     border-bottom: solid 1px #C1C1C1;
  19.     padding: 0px 10px 10px 10px;
  20. }
  21.  
  22. table.overviewItem td.overviewItemText {
  23.     padding-left: 15px;
  24.     border-bottom: solid 1px #C1C1C1;
  25. }
  26.  
  27. div.clear {
  28.     height: 0px;
  29.     line-height: 0px;
  30.     clear: both;
  31. }
  32.  
  33. div.overViewItem {
  34.     border-bottom: solid 1px #C1C1C1;
  35. }
  36.  
  37. div.overViewItemImage {
  38.     float: left;
  39.     margin-left: 5px;
  40.     border: solid 1px #C1C1C1;
  41.     border-bottom: 0px;
  42. }
  43.  
  44. div.overViewItemInfoText {
  45.     padding-top: 5px;
  46.     padding-left: 165px;
  47. }
  48.  
  49.  
  50. div.overViewItemTitle {
  51.  
  52. }
  53.  
  54. div.overViewItemTitle a {
  55.     font-size: 1.1em;
  56.     font-weight: bold;
  57.     color: #00388C;
  58.     text-decoration: none;
  59. }
  60.  
  61. div.overViewItemSubTitle {
  62.     font-size: .9em;
  63.     font-weight: bold;
  64.     color: #000;
  65.     padding-top: 10px;
  66. }
  67.  
  68. div.overViewItemLink a {
  69.     font-size: .9em;
  70.     font-weight: bold;
  71.     color: #bebebe;
  72.     text-decoration: none;
  73. }
  74.  
  75. div.overViewItemLink a:hover {
  76.     text-decoration: underline;
  77. }
  78.  
  79. div.overViewItemText {
  80.     font-size: .8em;
  81.     font-weight: bold;
  82.     color: #000;
  83. }
  84.  
  85.  
  86.